/* 线上 */

.oil_topNav_phone,
.header_bgimg.index {
    top: 0;
    display: none;
}

.navbtn {
  display: none;
}


/* body */

body {
    min-width: 1250px;
    min-height: 100vh;
    position: relative;
}

.w1200 {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.header.indexs {
    padding: 45px 0 60px 0;
}

.header .w1200 {
    display: flex;
}

.header_bgimg {
    position: absolute;
    width: 100%;
    height: 203px;
    top: 0;
    left: 0;
    z-index: -2;
}

.header_img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: -2;
}

.header_video {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin-top: -350px;
    mix-blend-mode: screen;
}

.content_padding {
    padding-bottom: 140px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .header_video {
        display: none;
    }
    .main_content .tab_content a {
        margin-top: 25px;
    }
    .main_custom div {
        background-color: rgba(245, 245, 245, 0.5);
    }
}


/* End body */


/* header */

.header_logo {
    width: 615px;
    height: 98px;
    margin-top: -5px;
}

.header_search {
    border: 1px solid white;
    border-radius: 20px;
    height: 40px;
    width: 150px;
    margin: auto 5px auto auto;
    background: url(../img/trade_search.png) no-repeat 7px 7px;
    padding-left: 35px;
    padding-right: 10px;
}

.header_search.work {
    width: 80px;
    margin-left: 10px;
}


/* .header_search:focus,
.header_search:hover {
    border-color: #86b3f0;
    background: url("../img/search_icon_pressed.png") no-repeat 7px 7px;
} */

.header_list {
    margin-left: auto;
    margin-top: 20px;
}

.header_list a {
    width: 80px;
    margin: 0 8px 0 8px;
    padding: 0 2px 8px 2px;
    font-size: 18px;
    font-weight: bold;
    color: #727272;
}

.header_list a:hover {
    border-bottom: 2px solid #727272;
}

a.header_link {
    border-bottom: 2px solid #727272;
}

.submit_EN {
    border: 1px solid white;
    border-radius: 50%;
    font-size: 16px;
    width: 40px;
    color: white;
    height: 40px;
    margin: auto 5px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}


/* .submit_EN:hover {
    border-color: #86b3f0;
    color: #86b3f0;
} */


/* End header */


/* main */

.main {
    width: 100%;
    height: auto;
    /*background: url(../img/main_bgimg.png) no-repeat bottom center;
    background-size: 100% 780px;*/
    padding-top: 30px;
}

.main_title {
    width: 200px;
    font-size: 48px;
    margin: -235px auto 175px auto;
    font-weight: bold;
    color: #727272;
}

.main .w1200 {
    background-color: white;
}

.tab_header {
    display: flex;
}

.main_content {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 5px 5px #f5f5f5;
}

.tab_header li a {
    display: block;
    width: 150.5px;//绿色贸易上线时改为150.5px,171.7px
    height: 160px;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 22%, rgb(244, 244, 244) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 22%, rgb(244, 244, 244) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 22%, rgb(244, 244, 244) 100%);
    text-align: center;
    padding: 35px 0px;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.tab_header li:first-child a {
    border-left: unset
}

.tab_header li a p {
    line-height: 24px;
    margin: 7px 0;
    font-size: 20px;
    color: #656565;
}

.tab_header li a:hover {
    background-image: -moz-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(229, 229, 229) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(229, 229, 229) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(229, 229, 229) 100%);
}

.tab_header li a.selected {
    background-image: -moz-linear-gradient(90deg, rgb(240, 246, 255) 22%, rgb(218, 234, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(240, 246, 255) 22%, rgb(218, 234, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(240, 246, 255) 22%, rgb(218, 234, 255) 100%);
    border-bottom: unset;
}

.tab_header li a.selected p {
    color: #5c99e0;
}

.tab_content {
    width: 100%;
    height: 120px;
    background-color: #f0f6ff;
    display: flex;
    opacity: 1;
    border-bottom: 1px solid white;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.tab_content a {
    margin: auto 0 auto 60px;
    width: 275px;
}

.tab_content a:hover p {
    color: #86b3f0;
}

.tab_content p {
    font-size: 16px;
    line-height: 24px;
    color: #535353;
}

.tab_top {
    color: #38383c;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display:-ms-flexbox;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 23px;
}

.tab_font {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display:-ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 44px;
}

.tab_content .tab_more {
    width: 130px;
    padding: 0 30px;
    margin-left: 30px;
    border-left: 1px solid #d0e4ff;
    text-align: center;
}

.tab_more img {
    margin: 15px 0;
}

.tab_more p {
    font-size: 14px;
    max-height: none;
}

.main_custom {
    display: -webkit-box;
    display:-ms-flexbox;
    display: -moz-box;
    #background-image: linear-gradient(to right, #f6f6f6, #f7f7f7);
}

.main_custom a {
    padding-top: 20px;
    display: inline-block;
    height: 140px;
    width: 400px;
}

.bg_12335 {
    background: url(../img/12335_bg.png) no-repeat right bottom;
}

.oli_meeting {
    background: url(../img/oil_meeting_bg.png) no-repeat right bottom;
}

.main_custom a.oli_meeting img {
    /*margin-left: 50px;
    margin-right: 10px;*/
}

.to_more {
    background: url(../img/to_more_bg.png) no-repeat right bottom;
}

.main_custom div {
    width: 390px;
    height: 140px;
    background-image: linear-gradient(to right, #f6f6f6, #f7f7f7);
	text-align:center;
	border-radius:20px;
	margin-right:10px;
}
.main_custom div:first-child{width:401px;border-right:1px solid #e5e5e5;}
.main_custom div:last-child{border-left:1px solid #e5e5e5;}

.main_custom div:hover {
    background-image: linear-gradient(to top, #f1f1f1, #e5e5e5);
	border-radius:20px;
}

.main_custom a img {
    width: auto;
    height:63px;
   /* margin-left: 40px;*/
}

.main_custom a p {
    margin-left: ;
    margin-top: 5px;
    font-size: 18px;
   /* width: 80px;*/
    text-align: center;
    color: #333;
	font-weight:bold
}

.index_banner {
    width: 100%;
    height: 125px;
    margin-top: 40px;
}

.index_adimg{margin-top:40px;}
.index_adimg a:first-child{margin-right:20px}

.owl-nav.disabled {
    display: none;
}

.owl-dot span {
    background: #fff;
    width: 5px;
    height: 5px;
    display: block;
    margin: 5px;
    border-radius: 50%;
}

.owl-dot.active span {
    background: red;
}

.owl-dots {
    position: absolute;
    bottom: 3px;
    right: 16px;
}


/* End main */


/* 工作动态 */

.work_content {
    display: flex;
}

.work_left,
.work_right {
    border-radius: 15px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    margin: 0 15px;
}

.right_top>p {
    font-size: 18px;
    font-weight: bold;
}

.left_top,
.right_top {
    display: flex;
    margin: 20px;
    width: auto;
}

.left_top a {
    margin-left: auto;
    line-height: 30px;
    font-size: 14px;
    color: #86b3f0;
}

.left_top p {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.work_right a:hover p {
    color: #86b3f0;
}

.work_to_more {
    margin: auto 20px 20px auto;
    position: absolute;
    bottom: -11px;
    right: 0;
    height: 30px;
    font-size: 14px;
    float: right;
    color: #86b3f0;
}

.left_top img {
    margin: -7px 10px 0 0;
}

.left_content {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    width: 858px;
    overflow: hidden;
    position: relative;
}

.left_content>div {
    height: 340px;
    margin: 0 15px;
}

.left_content img {
    width: 256px;
    height: 155px;
}

.left_content>div>a>p {
    width: 236px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display:-ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    cursor: pointer;
}

.left_content>div>a>p.left_content_main_s {
    height: 300px;
    max-height: none;
}

.left_content_main_s {
    font-size: 14px;
    color: #666666;
    margin: 15px 10px;
    line-height: 24px;
}

.left_content>div>a:hover p {
    color: #86b3f0;
}

.left_content_top {
    margin: 15px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.left_content_main {
    font-size: 14px;
    color: #666666;
    margin: 15px 10px;
    line-height: 24px;
}

.content_clear {
    margin: auto;
    width: 0;
    height: 0;
}

.left_content_bottom {
    width: 256px;
    position: relative;
    bottom: 10px;
    display: inline-flex;
}

.left_content_bottom a {
    font-size: 14px;
    margin-left: 10px;
    color: #86b3f0;
}

.left_content_bottom p {
    font-size: 14px;
    margin-left: auto;
    margin-right: 10px;
    color: #a6a6a6;
}

.right_top img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.right_font1 {
    margin: 20px 23px;
    color: #262626;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.right_font2 {
    margin: 0 23px;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display:-ms-flexbox;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 54px;
}


/* End 工作动态 */


/* 工作动态02 */

.header.work_02 {
    padding: 45px 0 20px 0;
}

.header .w1200.work_02 {
    padding-bottom: 25px;
    border-bottom: 1px solid white;
}

.submit_EN.work_02 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid white;
    color: white;
}

.main_work_02 {
    width: 100%;
    height: auto;
    background: unset;
    padding-top: 230px;
}

.left_top.work_02 img {
    margin: 0 10px 0 0;
}

.header_bgimg_work_02 {
    position: absolute;
    width: 100%;
    height: 420px;
    top: 0;
    left: 0;
    z-index: -2;
}

.header_list.work_02 {
    margin-top: 10px;
}

.header_list.work_02 a {
    width: 80px;
    margin: 0 8px 0 8px;
    padding: 0 4px 8px 4px;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

a.header_link_work_02 {
    border-bottom: 3px solid white;
}

.header_list.work_02 a:hover {
    border-bottom: 3px solid white;
}

.submit_ENk_work_02:hover {
    border-color: #86b3f0;
    color: #86b3f0;
}

.submit_ENk_work_02 {
    border: 1px solid white;
    color: white;
    border-radius: 50%;
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin: auto 5px;
    font-weight: bold;
    background-color: unset;
}

.main_title_work_02 {
    width: 200px;
    font-size: 48px;
    margin: -185px auto 85px auto;
    font-weight: bold;
    color: white;
}

.header_search_work_02.work {
    width: 80px;
    margin-left: 10px;
}

.header_search_work_02 {
    border: 1px solid white;
    border-radius: 20px;
    height: 40px;
    width: 150px;
    margin: auto 5px auto auto;
    background: url(../img/trade_search.png) no-repeat 7px 7px;
    padding-left: 35px;
    padding-right: 10px;
}

.work_left,
.work_right {
    background-color: white;
    position: relative;
}

.footer.work_02 {
    clear: both;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: url(../img/backdrop_bottom_work_02.png) no-repeat bottom;
    background-size: 100% 100px;
}

.footer.work_02 .w1200,
.footer.index .w1200 {
    display: flex;
    height: 100px;
}

.footer_font.work_02 {
    width: 700px;
    display: inline-block;
    padding-top: 20px;
}

.footer_font.work_02.index {
    padding-top: 20px;
}

.footer_font.work_02 p,
.footer_font.work_02 a {
    word-break: keep-all;
    white-space: nowrap;
    display: inline;
    color: white;
    font-size: 12px;
    line-height: 30px;
}

.footer_font.work_02.index p {
    color: #999999;
}

.footer_font.work_02 img {
    width: 12px;
    height: 12px;
}

.navigation_menu.work_02 {
    width: 180px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 17px;
    color: white;
    display: flex;
    margin: 0 5px;
}

.navigation_menu.work_02 img {
    width: 16px;
    height: 16px;
    margin: 8px 10px;
}

.triangle_icon.work_02 {
    width: 18px;
    height: 18px;
    background: url("../img/triangle_icon_work_02.png") no-repeat;
    background-size: 100%;
    margin: 8px 0px 0 15px;
}

.navigation_menu:focus .triangle_icon.work_02 {
    background: url("../img/triangle_icon_work_02.png") no-repeat;
    /* Rotate div */
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* Internet Explorer */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.wechat_icon.work_02 {
    background: url("../img/wechat_icon_work_02.png") no-repeat;
    background-size: 100%;
}

.weibo_icon.work_02 {
    background: url("../img/weibo_icon_work_02.png") no-repeat;
    background-size: 100%;
}

.navigation_menu_content.work_02 {
    background-color: white;
}

.navigation_menu_content.work_02 a {
    padding-left: 5px;
}

.navigation_menu_content.work_02 a:hover {
    color: black;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}


/* End 工作动态02 */


/* footer */

.footer {
    clear: both;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #38383c;
}

.footer .w1200 {
    display: flex;
    height: 100px;
}

.footer_font img {
    width: 12px;
    height: 12px;
}

.footer_link {
    display: flex;
    height: 40px;
    width: 235px;
    margin: 0 0 0 auto;
    padding-top: 50px;
    text-align: center;
    align-items: center;
    position: relative;
}

.wechat_icon {
    background: url("../img/wechat_icon.png") no-repeat;
    background-size: 100%;
}

.wechat_icon:hover {
    background: url("../img/wechat_icon_hover.png") no-repeat;
    background-size: 100%;
}

.weibo_icon {
    background: url("../img/weibo_icon.png") no-repeat;
    background-size: 100%;
}

.weibo_icon:hover {
    background: url("../img/weibo_icon_hover.png") no-repeat;
    background-size: 100%;
}

.footer_icon {
    width: 32px;
    height: 32px;
    margin: 5px;
    cursor: pointer;
    margin: 0 5px;
    position: relative;
}

.navigation_menu {
    width: 180px;
    height: 35px;
    background-color: #222224;
    border-radius: 17px;
    color: #737373;
    display: flex;
    margin: 0 5px;
}

.navigation_menu p {
    width: 100px;
    margin: 10px 0;
    font-size: 12px;
}

.navigation_menu img {
    width: 16px;
    height: 16px;
    margin: 8px 10px;
}

.triangle_icon {
    width: 16px;
    height: 16px;
    background: url(../img/triangle_icon.png) no-repeat;
    background-size: 100%;
    margin: 8px 0px 0 15px;
}

.navigation_menu:focus .triangle_icon {
    background: url(../img/triangle_icon_focus.png) no-repeat;
}

.navigation_menu_content {
    display: none;
    width: 180px;
    background-color: #1b1b22;
    margin-left: 5px;
    padding: 15px 0;
    position: absolute;
    bottom: 20px;
    border-radius: 15px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    z-index: 20;
    /* Opera */
}

.navigation_menu_content a {
    display: block;
    font-size: 12px;
    color: #929294;
    text-align: left;
    margin-left: 25px;
    line-height: 30px;
    width: 140px;
}

.navigation_menu_content a:hover {
    color: #fff;
    background-color: #000;
    border-radius: 10px;
}

.qr_code,
.wb_code {
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 30px;
    right: -50px;
    cursor: auto;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
    z-index: 20;
}


/* End footer */


/* 中美省州 */

.w1200.wash {
    display: flex;
    padding: 50px 0 20px 0;
    border-bottom: 1px solid white;
    height: 120px;
}

.home-no-image-bg1 {
    background: url(../img/build1.png) no-repeat center;
}

.home-no-image-bg2 {
    background: url(../img/build2.png) no-repeat center;
}

.home-filter1,
.home-filter2 {
    margin: 0 auto;
}

.news_cards {
    display: flex;
    margin: 0 auto;
}

.news_card {
    display: block;
    width: 370px;
    height: 450px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    margin: 0 auto;
}

.news_card a {
    display: block;
    padding: 10px;
}

.news_card img {
    width: 350px;
    height: 210px;
}

.card_font {
    padding: 20px;
}

.font_header {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 30px;
    max-height: 60px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    display:-ms-flexbox;
    -webkit-box-orient: vertical;
}

.font_content {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    max-height: 90px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    display:-ms-flexbox;
    -webkit-box-orient: vertical;
}


/* End中美省州 */

@media screen and (max-width: 1200px) {
    /* 移动端显示与隐藏 */
    .navbtn,
    .w1200.index,
    .header_bgimg.index {
        display: block;
    }
    .header_list.work_02,
    .header_search_work_02,
    .submit_EN.work_02,
    .tab_content,
    .header_bgimg {
        display: none;
    }
    /* 首页开始 */
    body {
        width: 100%;
        min-width: unset;
    }
    /* 首页结束 */
    /* header */
    /* .navbtn {
        width: 35px;
        height: 35px;
        margin: 10px 30px auto auto;
    } */
    .header.indexs {
        padding: 90px 0 60px 0;
    }
    .w1200 {
        width: 100%;
        max-width: none;
    }
    .header_logo {
        width: 270px;
        height: 55px;
    }
    .header_bgimg {
        top: -135px;
        background: url(../img/header_bgimg_phone01.png) no-repeat;
        background-size: 100% 1300px;
    }
    .index .header {
        margin-bottom: 140px;
    }
    .header_logo.index {
        display: block;
        margin: 0 auto;
        width: 615px;
        height: 98px;
    }
    .header_search {
        background-position: center;
        width: 500px;
        height: 75px;
        border-radius: 37px;
        background-size: 45px 45px;
    }
    .header_search {
        padding-left: 65px;
    }
    .header_search,
    .submit_EN {
        margin-top: 40px;
    }
    .indexs .submit_EN {
        width: 75px;
        height: 75px;
        font-size: 30px;
    }
    .header .w1200 {
        display: inline-block;
        text-align: center;
    }
    .w1200.index input {
        margin-top: 65px;
    }
    .header.work_02 {
        padding: 20px 0 50px 0;
    }
    .header .w1200.work_02 {
        padding-bottom: 20px;
    }
    .main_title_work_02 {
        margin-top: -230px;
        margin-bottom: 27px;
    }
    .header_logo {
        margin-left: 30px;
    }
    .header_bgimg.index {
        height: 540px;
        background-size: 100% 500px;
    }
    .header_search:focus,
    .header_search:hover {
        background-size: 45px 45px;
        background-position: 14px 14px;
    }
    /* End header */
    /* index */
    .main {
        padding-top: 160px;
        background-size: 100% auto;
    }
    .tab_header,
    .main_custom {
        flex-flow: wrap;
        margin: 0 auto;
    }
    .index_banner {
        width: auto;
        height: 125px;
        margin: 30px;
        overflow: visible;
    }
    .index_banner img {
        width: 1198px;
        height: 70px;
    }
    .main_content {
        max-width: 400px;
        margin: 0 auto;
    }
    .tab_header li a {
        width: 172px;
    }
    .tab_header,
    .main_content,
    .main_custom,
    .main_custom a,
    .main_custom div {
        width: 345px;
    }
    .index_banner {
        height: 128px;
        margin: 30px;
    }
    .owl-dot span {
        width: 15px;
        height: 15px;
    }
    /* End index */
    /* 工作动态 */
    .main_work_02 {
        width: auto;
        margin: 0 30px;
    }
    .work_content {
        display: block;
    }
    .work_left,
    .work_right {
        border-radius: 8px;
        max-width: 740px;
        margin: 40px auto;
        position: relative;
    }
    .work_right {
        padding-bottom: 40px;
    }
    .left_top,
    .right_top {
        margin: 0;
        padding: 45px 15px;
    }
    .left_top.work_02 img {
        width: 27px;
    }
    .left_top p {
        font-size: 24px;
        line-height: 33px;
    }
    .left_content {
        display: block;
        margin: 0 30px;
    }
    .left_content>div {
        margin: 0;
        height: auto;
    }
    .left_content img {
        width: 100%;
        height: auto;
    }
    .left_content>div>a>p {
        width: 100%;
        margin-left: 0;
        -webkit-line-clamp: 3;
        max-height: 108px;
        line-height: 35px;
    }
    .left_content_top {
        font-weight: bold;
        margin: 40px 0;
        font-size: 32px;
        line-height: 40px;
    }
    .left_content_main {
        font-size: 24px;
        line-height: 36px;
        margin: 40px 0;
    }
    .left_content_main_s {
        font-size: 24px;
        margin: 0;
    }
    .left_content>div>a>p.left_content_main_s {
        max-height: unset;
        height: auto;
    }
    .left_content_bottom {
        position: unset;
        width: 100%;
        margin-bottom: 40px;
    }
    .left_content_bottom a {
        margin: 0;
        font-size: 24px;
    }
    .left_content_bottom p {
        margin-right: 0;
        font-size: 24px;
    }
    .right_font1 {
        font-size: 32px;
        margin: 0 15px;
        line-height: 80px;
        font-weight: bold;
    }
    .right_font2 {
        font-size: 24px;
        line-height: 32px;
        max-height: 96px;
    }
    .footer.work_02 {
        height: 260px;
        background: url(../img/backdrop_bottom_work_02.png) no-repeat bottom center;
        background-size: 230% 260px;
    }
    .content_padding {
        padding-bottom: 245px;
    }
    .work_to_more {
        margin: 0;
        position: absolute;
        top: 25px;
        right: 15px;
    }
    /* End 工作动态 */
    /* footer */
    .footer.work_02 .w1200,
    .footer.index .w1200 {
        height: 245px;
        display: block;
        position: relative;
    }
    .footer.index {
        height: 250px;
    }
    .navigation_menu.work_02,
    .navigation_menu.index {
        width: 235px;
        height: 45px;
        border-radius: 43px;
    }
    .navigation_menu.work_02 img,
    .navigation_menu.index img {
        margin: 11px;
        width: 22px;
        height: 22px;
    }
    .navigation_menu.work_02 p,
    .navigation_menu.index p {
        width: 155px;
        font-size: 15px;
        line-height: 25px;
    }
    .footer_link {
        width: 100%;
        margin: 0 auto;
        padding-top: 0px;
        justify-content: center;
        margin-top: -250px;
        height: 45px;
        position: relative;
    }
    .navigation_menu_content {
        width: 235px;
        bottom: 50px;
    }
    .footer_font.work_02 {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding-top: 60px;
    }
    .footer_font.work_02 p,
    .footer_font.work_02 a {
        display: block;
        word-break: normal;
        white-space: normal;
        color: white;
        text-align: center;
        font-size: 12px;
        line-height: 24px;
    }
    .wechat_icon.work_02,
    .weibo_icon.work_02 {
        flex: 0 0 45px;
    }
    .footer_icon {
        width: 45px;
        height: 45px;
    }
    .triangle_icon.work_02,
    .triangle_icon.index {
        margin: 11px;
        width: 22px;
        height: 22px;
    }

	.index_adimg{margin:15px auto;text-align:center;}
	.index_adimg img{width:95%;max-height:100%;}  
        .index_adimg a:first-child{margin-right:0}
}

@media screen and (max-width:640px) {
    /* header */
    .header_bgimg {
        top: -65px;
        background-size: 100% 700px;
    }
    .header.indexs {
        padding: 45px 0 60px 0;
    }
    .index .header {
        margin-bottom: 40px;
    }
    .w1200 input.header_search {
        margin-top: 32px;
    }
    .navbtn {
        width: 17px;
        height: 14px;
        margin: 17px 15px auto auto;
    }
    .header_bgimg.index {
        height: 380px;
        background-size: 100% 380px;
    }
    .header_search {
        padding-left: 35px;
    }
    .header_search:focus,
    .header_search:hover {
        background-size: 23px 23px;
        background-position: 7px 7px;
    }
    .indexs .submit_EN {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .w1200 {
        width: 100%;
    }
    .header_logo {
        width: 135px;
        height: 27px;
    }
    .header_bgimg_work_02 {
        height: 126px;
    }
    .header.work_02 {
        padding: 10px 0 25px 0;
    }
    .header .w1200.work_02 {
        padding-bottom: 10px;
    }
    .main_title_work_02 {
        margin-top: -230px;
        margin-bottom: 27px;
    }
    .header_logo {
        margin-left: 15px;
    }
    .header_logo.index {
        display: block;
        margin: 0 auto;
        width: 280px;
        height: 53px;
    }
    .header_search {
        width: 250px;
        height: 37.5px;
        border-radius: 19px;
        background-size: 23px 23px;
    }
    .submit_EN.index {
        width: 37.5px;
        height: 37.5px;
        font-size: 15px;
    }
    /* End header */
    /* index */
    .main {
        padding-top: 185px;
    }
    .tab_header li a {
        width: 172px;
    }
    .tab_header,
    .main_custom,
    .main_custom a,
    .main_custom div {
        width: 345px;
    }
    .index_banner {
        height: 70px;
        margin: 20px 15px;
    }
    .main_content {
        width: 345px;
    }
    .tab_header li a p,
    .main_custom a p {
        font-size: 17px;
    }
    .owl-dot span {
        width: 8px;
        height: 8px;
    }
    /* 工作动态 */
    .main_work_02 {
        width: auto;
        margin: 0 15px;
    }
    .work_content {
        display: block;
    }
    .work_left,
    .work_right {
        max-width: 740px;
        margin: 20px auto;
    }
    .main_title_work_02 {
        font-size: 24px;
        width: 100px;
    }
    .left_top,
    .right_top {
        margin: 0;
        padding: 25px 15px;
    }
    .left_top.work_02 img {
        width: 14px;
        height: 18px;
    }
    .left_top p,
    .right_top p {
        font-size: 12px;
        line-height: 18px;
    }
    .left_top a {
        line-height: 18px;
        font-size: 12px;
        color: #86b3f0;
    }
    .left_content {
        margin: 0 15px;
    }
    .left_content>div {
        margin: 0;
        height: auto;
    }
    .left_content img {
        width: 100%;
        height: auto;
    }
    .left_content>div>a>p {
        max-height: 54px;
        line-height: inherit;
    }
    .left_content_top {
        font-weight: bold;
        margin: 20px 0;
        font-size: 16px;
        line-height: 20px;
    }
    .left_content_main,
    .left_content_main_s {
        font-size: 12px;
        line-height: 18px;
        margin: 20px 0;
    }
    .left_content_bottom {
        margin-bottom: 20px;
    }
    .left_content_bottom a {
        margin: 0;
        font-size: 12px;
    }
    .left_content_bottom p {
        margin-right: 0;
        font-size: 12px;
    }
    .right_font1 {
        font-size: 16px;
        margin: 0 15px;
        line-height: 40px;
        font-weight: bold;
    }
    .right_font2 {
        font-size: 12px;
        line-height: 18px;
    }
    .work_right {
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
    .content_padding {
        padding-bottom: 270px;
    }
    /* End 工作动态 */
    /* footer */
    .footer.work_02 {
        height: 280px;
        background-size: 230% 280px;
    }
    .footer_link {
        margin-top: -270px;
        width: 300px;
    }
    .footer_font.work_02 {
        padding-top: 70px;
    }
    .footer_font.work_02 p,
    .footer_font.work_02 a {
        font-size: 12px;
        line-height: 24px;
    }
    .qr_code,
    .wb_code {
        bottom: 45px;
        right: -11px;
        width: 70px;
    }
    .index_banner img {
        height: 70px;
    }
    /* End  footer */
	.index_adimg{margin:15px auto;text-align:center;}
	.index_adimg img{width:95%;max-height:100%;}  
}

@media screen and (max-width:550px) {
    .header_bgimg.index {
        height: 280px;
        background-size: 100% 280px;
    }
    .main {
        padding-top: 80px;
    }
}

@media screen and (max-width:355px) {
    .tab_header li a {
        width: 145px;
    }
    .tab_header,
    .main_custom,
    .main_custom a,
    .main_custom div,
    .main_content {
        width: 290px;
    }
    .navigation_menu.work_02,
    .navigation_menu.index {
        width: 180px;
        height: 35px;
    }
    .navigation_menu.work_02 img,
    .navigation_menu.index img {
        width: 16px;
        height: 16px;
        margin: 8px 10px;
    }
    .navigation_menu.work_02 p,
    .navigation_menu.index p {
        width: 100px;
        font-size: 12px;
        line-height: 15px;
    }
    .triangle_icon.work_02,
    .triangle_icon.index {
        width: 18px;
        height: 18px;
        margin: 8px 0px 0 15px;
    }
    .wechat_icon.work_02,
    .weibo_icon.work_02 {
        flex: 0 0 32px;
    }
    .footer_icon {
        width: 32px;
        height: 32px;
        margin: 5px;
    }
    .footer_link {
        width: 290px;
    }
    .navigation_menu_content {
        width: 180px;
    }
}

.boundary_name {
	position: relative;
	height: 28px;
}

.boundary_name:before {
	content: '';
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	height: 6px;
	background: #cee0f6;
	position: absolute;
	bottom: 0;
	left: 0;
}

.boundary_name li {
	float: left;
}

.boundary_name a {
	display: inline-block;
	padding-bottom: 3px;
	width: 40px;
	text-align: center;
	font-size: 14px;
	color: #cee0f6;
	font-weight: bold;
	cursor: pointer;
}

.boundary_name a.selected {
	position: relative;
	color: #5c99e0 !important;
	content: '';
	display: inline-block;
	width: 40px;
	height: 6px;
	border-radius: 5px;
}

.boundary_name a.selected::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 6px;
	background: #5c99e0;
	border-radius: 5px;
	position: absolute;
	bottom: -20px;
	left: 0;
}
